projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b0a69
)
(dired-relist-entry): Declare as function.
author
Glenn Morris
<rgm@gnu.org>
Mon, 19 Nov 2007 00:08:01 +0000
(
00:08
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 19 Nov 2007 00:08:01 +0000
(
00:08
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 16b53acb6da8ed1f72f7c04ff46008169f683c0a..12cf16e56d34797ca02bccadb357aebbb88f9a55 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-3264,6
+3264,8
@@
Anything else means ask for each directory."
(dired-dnd-handle-local-file uri action)
nil)))
+(declare-function dired-relist-entry "dired-aux" (file))
+
(defun dired-dnd-handle-local-file (uri action)
"Copy, move or link a file to the dired directory.
URI is the file to handle, ACTION is one of copy, move, link or ask.